home *** CD-ROM | disk | FTP | other *** search
- global selectionChecker
-
- on mouseUp
- if (the locV of sprite 12 > 70) and (the locV of sprite 12 < 380) then
- puppetSprite(16, 1)
- set the memberNum of sprite 16 to the number of member "07big"
- set the ink of sprite 16 to 0
- set the loc of sprite 16 to point(439, 240)
- puppetSprite(17, 1)
- set the memberNum of sprite 17 to the number of member "selection blue"
- set the ink of sprite 17 to 1
- set the blend of sprite 17 to 40
- set the width of sprite 17 to 72
- set the height of sprite 17 to 45
- set the loc of sprite 17 to the loc of sprite 12
- selectionChecker = 12
- end if
- puppetSound(1, "Clicker")
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-